home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / ArtForTheMac.sea.hqx / Sample Scenes / knight.scn < prev    next >
Text File  |  1992-09-27  |  398b  |  26 lines

  1. /* A chess knight. The actual knight is defined
  2.  * in object file format
  3.  */
  4.  
  5. fieldofview 70.0
  6. background 0, 0, 0.1
  7. raysperpixel 8
  8. antialiasing adaptive
  9.  
  10. lookat (1200, 500, 600, 200, 600, 100, 0)
  11.  
  12. light {
  13.     color 1.0, 1.0, 0.7
  14.  location (10000, 10000, 10000)
  15. }
  16. ambient .2, .2, .2
  17.  
  18. geometry {
  19.  material  0, 0.7, 0.3, 2
  20.  color     0.7, 0.7, 0.3
  21.  backfacing on
  22.  phongshading on
  23.     offfile knight.geom
  24. }
  25.  
  26.